home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / trunc.zip / TEST.RMK < prev    next >
Text File  |  1993-04-10  |  209b  |  12 lines

  1. .c.obj:
  2.     CL /c /FPa /Gh /AL /Oaltz /Ob1cegno /Gs /Zl /W3 /WX $*.c
  3.  
  4. .prg.obj:
  5.     CLIPPER $* /n /w /m /a /es2
  6.  
  7. test.obj        : test.prg
  8. trunc.obj        : trunc.c
  9.  
  10. test.exe:
  11.     BLINKER file test, trunc lib llibca
  12.